# Icons set here are the ones show in the actual slot. The reason is so that we can support different icons for different sizes. 


# DC
utility_component_template = {
	key = "SMALL_DC"
	size = small
	icon = "GFX_ship_part_dark_matter_power_core"
	icon_frame = 1
	power = 400
	cost = 30
	component_set = "DC"
	prerequisites = { "tech_New_tech"  }
	should_ai_use = no

}

utility_component_template = {
	key = "MEDIUM_DC"
	size = medium
	icon = "GFX_ship_part_dark_matter_power_core"
	icon_frame = 1
	power = 800
	cost = 60
	component_set = "DC"
	prerequisites = { "tech_New_tech"  }
	should_ai_use = no

}

utility_component_template = {
	key = "LARGE_DC"
	size = large
	icon = "GFX_ship_part_dark_matter_power_core"
	icon_frame = 1
	power = 1600
	cost = 120
	component_set = "DC"
	prerequisites = { "tech_New_tech"  }
	should_ai_use = no

}
